Skip to content

Commit

Permalink
chore: upgrade depdencies
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Apr 9, 2024
1 parent 85efb55 commit d6d2399
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
id "com.adarshr.test-logger" version "4.0.0"
id "com.github.johnrengelman.shadow" version "8.1.1"
id 'ru.vyarus.java-lib' version '2.4.0'
id 'ru.vyarus.github-info' version '1.5.0'
id 'ru.vyarus.github-info' version '2.0.0'
id 'signing'
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
id "com.github.ben-manes.versions" version "0.51.0"
id 'net.researchgate.release' version '3.0.2'
}
Expand Down Expand Up @@ -51,10 +51,10 @@ dependencies {

// tika plugins
compileOnly group: 'ch.qos.logback', name: 'logback-classic'
api (group: 'org.apache.tika', name: 'tika-core', version: '2.9.1') {
api (group: 'org.apache.tika', name: 'tika-core', version: '2.9.2') {
exclude group: 'org.slf4j'
}
api (group: 'org.apache.tika', name: 'tika-parsers-standard-package', version: '2.9.1') {
api (group: 'org.apache.tika', name: 'tika-parsers-standard-package', version: '2.9.2') {
exclude group: 'org.slf4j'
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.16.0-SNAPSHOT
kestraVersion=[0.16,)
micronautVersion=4.3.4
lombokVersion=1.18.30
micronautVersion=4.3.7
lombokVersion=1.18.32

0 comments on commit d6d2399

Please sign in to comment.