Skip to content

Commit

Permalink
Version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Oct 12, 2022
1 parent d62820c commit 0bab86b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# application configuration
#
application:
version: 0.5.1
version: 0.5.2

# general spring boot and server configuration
#
Expand Down

0 comments on commit 0bab86b

Please sign in to comment.