Skip to content

Commit

Permalink
chore(deps): Bump dependencies (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JellyBrick <[email protected]>
  • Loading branch information
JellyBrick and dependabot[bot] authored Aug 7, 2023
1 parent fe71072 commit eccb987
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.8.22'
id 'org.jetbrains.dokka' version '1.8.10'
id 'org.jetbrains.dokka' version '1.8.20'
id 'maven-publish'
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
id 'signing'
Expand Down Expand Up @@ -46,7 +46,7 @@ javadoc.options.encoding = 'UTF-8'

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.22.3'
artifact = 'com.google.protobuf:protoc:3.23.4'
}
plugins {
javalite {
Expand All @@ -68,9 +68,9 @@ protobuf {
}

dependencies {
implementation group: 'commons-codec', name: 'commons-codec', version: '1.15'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.16.0'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
implementation group: 'org.apache.tika', name: 'tika-core', version: '2.7.0'
implementation group: 'org.apache.tika', name: 'tika-core', version: '2.8.0'


//Jackson
Expand All @@ -89,7 +89,7 @@ dependencies {
// Use the Kotlin JDK standard library.
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: '1.8.22'
// Use the Kotlin coroutines library.
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.6.4'
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.7.3'
// Use the Kotlin test library.
testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test', version: '1.8.22'
// Use the Kotlin JUnit integration.
Expand Down

0 comments on commit eccb987

Please sign in to comment.