diff --git a/build.gradle b/build.gradle index 3eff960..7753fd9 100755 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ apply plugin: 'java' apply plugin: 'application' group = 'tika-service' -version = '0.5.1' +version = '0.5.2' sourceCompatibility = '17' targetCompatibility = '17' @@ -44,7 +44,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web:2.7.4' implementation 'org.springframework.boot:spring-boot-starter-batch:2.7.4' - testImplementation 'org.springframework.boot:spring-boot-starter-test:2.7.3' + testImplementation 'org.springframework.boot:spring-boot-starter-test:2.7.4' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.2' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.8.2' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.2' diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 469ed81..79f2fa2 100755 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,7 +1,7 @@ # application configuration # application: - version: 0.5.1 + version: 0.5.2 # general spring boot and server configuration #