Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Dec 28, 2024
1 parent f13404e commit d52c3ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ plugins {
id 'java-library'
id 'maven-publish'
id 'signing'
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.8'
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.9'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'io.freefair.lombok' version '8.7.1'
id 'io.freefair.lombok' version '8.11'
id 'com.google.protobuf' version '0.9.4'
}

Expand Down Expand Up @@ -61,14 +61,14 @@ dependencies {
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: protobufVersion

// Apache Commons Lang
implementation group: "org.apache.commons", name: "commons-lang3", version: "3.16.0"
implementation group: "org.apache.commons", name: "commons-lang3", version: "3.17.0"

// Logging
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'


// --- Test Compile ---
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.11.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.11.4'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.11.0'
}

Expand Down

0 comments on commit d52c3ec

Please sign in to comment.