Skip to content

Commit 595b3aa

Browse files
fix(deps): update dependencies (#137)
Co-authored-by: lugomez <[email protected]>
1 parent d6c8ef0 commit 595b3aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath('com.github.ben-manes:gradle-versions-plugin:0.11.1')
9+
classpath('com.github.ben-manes:gradle-versions-plugin:0.52.0')
1010
}
1111
}
1212

main.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ allprojects {
33
apply plugin: 'jacoco'
44

55
java {
6-
sourceCompatibility = JavaVersion.VERSION_11
6+
sourceCompatibility = JavaVersion.VERSION_17
77
targetCompatibility = JavaVersion.VERSION_17
88
}
99

0 commit comments

Comments
 (0)