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 c9e3f41 commit 45abb67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
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
4 changes: 2 additions & 2 deletions gradle.properties
@@ -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 45abb67

Please sign in to comment.