File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
arguments : build
43
43
44
44
- name : Publish Packages
45
- uses : actions/upload-artifact@v3
45
+ uses : actions/upload-artifact@v4
46
46
with :
47
47
name : Package
48
48
path : build/libs
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ allprojects {
29
29
// ===Unit tests===
30
30
31
31
testImplementation(' org.junit.jupiter:junit-jupiter-api:5.11.3' )
32
- testRuntimeOnly(' org.junit.jupiter:junit-jupiter-engine:5.10.3 ' )
32
+ testRuntimeOnly(' org.junit.jupiter:junit-jupiter-engine:5.12.0 ' )
33
33
34
34
testImplementation ' org.mockito:mockito-core:5.14.2'
35
35
// https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
@@ -49,7 +49,7 @@ allprojects {
49
49
// Utils
50
50
implementation group : ' org.reflections' , name : ' reflections' , version : ' 0.10.2'
51
51
52
- implementation group : ' org.jetbrains' , name : ' annotations' , version : ' 24.1.0 '
52
+ implementation group : ' org.jetbrains' , name : ' annotations' , version : ' 26.0.2 '
53
53
implementation ' org.apache.commons:commons-lang3:3.17.0'
54
54
55
55
implementation ' com.google.code.gson:gson:2.11.0'
@@ -61,7 +61,7 @@ allprojects {
61
61
62
62
// Java Persistence API
63
63
implementation(' org.hibernate.orm:hibernate-core:6.6.3.Final' )
64
- implementation ' org.hibernate.orm:hibernate-c3p0:6.5.2 .Final'
64
+ implementation ' org.hibernate.orm:hibernate-c3p0:6.6.9 .Final'
65
65
implementation ' org.hibernate.orm:hibernate-community-dialects:6.5.2.Final'
66
66
implementation group : ' org.xerial' , name : ' sqlite-jdbc' , version : ' 3.47.1.0'
67
67
You can’t perform that action at this time.
0 commit comments