mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	Update build.gradle
This commit is contained in:
		
							parent
							
								
									68d390e633
								
							
						
					
					
						commit
						bfee745cca
					
				
							
								
								
									
										18
									
								
								build.gradle
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								build.gradle
									
									
									
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
plugins {
 | 
			
		||||
    id 'java'
 | 
			
		||||
    id 'org.springframework.boot' version '3.2.1'
 | 
			
		||||
    id 'org.springframework.boot' version '3.2.2'
 | 
			
		||||
    id 'io.spring.dependency-management' version '1.1.3'
 | 
			
		||||
    id 'org.springdoc.openapi-gradle-plugin' version '1.8.0'
 | 
			
		||||
    id "io.swagger.swaggerhub" version "1.3.2"
 | 
			
		||||
@ -92,19 +92,19 @@ dependencies {
 | 
			
		||||
    implementation 'org.springframework:spring-webmvc:6.1.2'
 | 
			
		||||
 | 
			
		||||
    implementation 'org.yaml:snakeyaml:2.2'
 | 
			
		||||
    implementation 'org.springframework.boot:spring-boot-starter-web:3.2.1'
 | 
			
		||||
    implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.2.1'
 | 
			
		||||
    implementation 'org.springframework.boot:spring-boot-starter-web:3.2.2'
 | 
			
		||||
    implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.2.2'
 | 
			
		||||
 | 
			
		||||
    if (System.getenv('DOCKER_ENABLE_SECURITY') != 'false') {
 | 
			
		||||
        implementation 'org.springframework.boot:spring-boot-starter-security:3.2.1'
 | 
			
		||||
        implementation 'org.springframework.boot:spring-boot-starter-security:3.2.2'
 | 
			
		||||
        implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.1.2.RELEASE'
 | 
			
		||||
        implementation "org.springframework.boot:spring-boot-starter-data-jpa:3.2.1"
 | 
			
		||||
        implementation "org.springframework.boot:spring-boot-starter-data-jpa:3.2.2"
 | 
			
		||||
        
 | 
			
		||||
        //2.2.x requires rebuild of DB file.. need migration path
 | 
			
		||||
        implementation "com.h2database:h2:2.1.214"
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.1'
 | 
			
		||||
    testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.2'
 | 
			
		||||
 | 
			
		||||
    // Batik
 | 
			
		||||
    implementation 'org.apache.xmlgraphics:batik-all:1.17'
 | 
			
		||||
@ -147,8 +147,8 @@ dependencies {
 | 
			
		||||
    
 | 
			
		||||
    implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
 | 
			
		||||
    implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
 | 
			
		||||
    implementation 'org.springframework.boot:spring-boot-starter-actuator'
 | 
			
		||||
    implementation 'io.micrometer:micrometer-core'
 | 
			
		||||
    implementation 'org.springframework.boot:spring-boot-starter-actuator:3.2.2'
 | 
			
		||||
    implementation 'io.micrometer:micrometer-core:1.12.2'
 | 
			
		||||
    implementation group: 'com.google.zxing', name: 'core', version: '3.5.2'
 | 
			
		||||
    // https://mvnrepository.com/artifact/org.commonmark/commonmark
 | 
			
		||||
    implementation 'org.commonmark:commonmark:0.21.0'
 | 
			
		||||
@ -156,7 +156,7 @@ dependencies {
 | 
			
		||||
    // https://mvnrepository.com/artifact/com.github.vladimir-bukhtoyarov/bucket4j-core
 | 
			
		||||
    implementation 'com.github.vladimir-bukhtoyarov:bucket4j-core:7.6.0'
 | 
			
		||||
 | 
			
		||||
    developmentOnly("org.springframework.boot:spring-boot-devtools")
 | 
			
		||||
    developmentOnly("org.springframework.boot:spring-boot-devtools:3.2.2")
 | 
			
		||||
    compileOnly 'org.projectlombok:lombok:1.18.30'
 | 
			
		||||
    annotationProcessor 'org.projectlombok:lombok:1.18.28'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user