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 e921ec1 commit 666114a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 @@ -52,7 +52,7 @@ dependencies {
compileOnly group: "io.kestra", name: "core", version: kestraVersion

// lettuce client
implementation 'io.lettuce:lettuce-core:6.3.0.RELEASE'
implementation 'io.lettuce:lettuce-core:6.3.2.RELEASE'
}


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 666114a

Please sign in to comment.