mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	Merge pull request #763 from Stirling-Tools/Frooodle-patch-1
Frooodle patch 1
This commit is contained in:
		
						commit
						61cd473e6c
					
				
							
								
								
									
										22
									
								
								build.gradle
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								build.gradle
									
									
									
									
									
								
							@ -1,11 +1,11 @@
 | 
				
			|||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
    id 'java'
 | 
					    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 'io.spring.dependency-management' version '1.1.3'
 | 
				
			||||||
    id 'org.springdoc.openapi-gradle-plugin' version '1.8.0'
 | 
					    id 'org.springdoc.openapi-gradle-plugin' version '1.8.0'
 | 
				
			||||||
    id "io.swagger.swaggerhub" version "1.3.2"
 | 
					    id "io.swagger.swaggerhub" version "1.3.2"
 | 
				
			||||||
    id 'edu.sc.seis.launch4j' version '3.0.5'
 | 
					    id 'edu.sc.seis.launch4j' version '3.0.5'
 | 
				
			||||||
    id 'com.diffplug.spotless' version '6.23.3'
 | 
					    id 'com.diffplug.spotless' version '6.25.0'
 | 
				
			||||||
    id 'com.github.jk1.dependency-license-report' version '2.5'
 | 
					    id 'com.github.jk1.dependency-license-report' version '2.5'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -91,20 +91,22 @@ dependencies {
 | 
				
			|||||||
    implementation 'ch.qos.logback:logback-core:1.4.14'
 | 
					    implementation 'ch.qos.logback:logback-core:1.4.14'
 | 
				
			||||||
    implementation 'org.springframework:spring-webmvc:6.1.2'
 | 
					    implementation 'org.springframework:spring-webmvc:6.1.2'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    implementation("io.github.pixee:java-security-toolkit:1.1.2")
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    implementation 'org.yaml:snakeyaml:2.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-web:3.2.2'
 | 
				
			||||||
    implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.2.1'
 | 
					    implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.2.2'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (System.getenv('DOCKER_ENABLE_SECURITY') != 'false') {
 | 
					    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.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
 | 
					        //2.2.x requires rebuild of DB file.. need migration path
 | 
				
			||||||
        implementation "com.h2database:h2:2.1.214"
 | 
					        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
 | 
					    // Batik
 | 
				
			||||||
    implementation 'org.apache.xmlgraphics:batik-all:1.17'
 | 
					    implementation 'org.apache.xmlgraphics:batik-all:1.17'
 | 
				
			||||||
@ -147,8 +149,8 @@ dependencies {
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
    implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
 | 
					    implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
 | 
				
			||||||
    implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
 | 
					    implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
 | 
				
			||||||
    implementation 'org.springframework.boot:spring-boot-starter-actuator'
 | 
					    implementation 'org.springframework.boot:spring-boot-starter-actuator:3.2.2'
 | 
				
			||||||
    implementation 'io.micrometer:micrometer-core'
 | 
					    implementation 'io.micrometer:micrometer-core:1.12.2'
 | 
				
			||||||
    implementation group: 'com.google.zxing', name: 'core', version: '3.5.2'
 | 
					    implementation group: 'com.google.zxing', name: 'core', version: '3.5.2'
 | 
				
			||||||
    // https://mvnrepository.com/artifact/org.commonmark/commonmark
 | 
					    // https://mvnrepository.com/artifact/org.commonmark/commonmark
 | 
				
			||||||
    implementation 'org.commonmark:commonmark:0.21.0'
 | 
					    implementation 'org.commonmark:commonmark:0.21.0'
 | 
				
			||||||
@ -156,7 +158,7 @@ dependencies {
 | 
				
			|||||||
    // https://mvnrepository.com/artifact/com.github.vladimir-bukhtoyarov/bucket4j-core
 | 
					    // https://mvnrepository.com/artifact/com.github.vladimir-bukhtoyarov/bucket4j-core
 | 
				
			||||||
    implementation 'com.github.vladimir-bukhtoyarov:bucket4j-core:7.6.0'
 | 
					    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'
 | 
					    compileOnly 'org.projectlombok:lombok:1.18.30'
 | 
				
			||||||
    annotationProcessor 'org.projectlombok:lombok:1.18.28'
 | 
					    annotationProcessor 'org.projectlombok:lombok:1.18.28'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user