Skip to content

Commit dcb2bf9

Browse files
authored
Merge pull request #262 from chianti-ga/dev
Dev
2 parents 8dc4aa8 + 746af18 commit dcb2bf9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gradle_build_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
arguments: build
4343

4444
- name: Publish Packages
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: Package
4848
path: build/libs

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929
//===Unit tests===
3030

3131
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')
3333

3434
testImplementation 'org.mockito:mockito-core:5.14.2'
3535
// https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
@@ -49,7 +49,7 @@ allprojects {
4949
// Utils
5050
implementation group: 'org.reflections', name: 'reflections', version: '0.10.2'
5151

52-
implementation group: 'org.jetbrains', name: 'annotations', version: '24.1.0'
52+
implementation group: 'org.jetbrains', name: 'annotations', version: '26.0.2'
5353
implementation 'org.apache.commons:commons-lang3:3.17.0'
5454

5555
implementation 'com.google.code.gson:gson:2.11.0'
@@ -61,7 +61,7 @@ allprojects {
6161

6262
//Java Persistence API
6363
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'
6565
implementation 'org.hibernate.orm:hibernate-community-dialects:6.5.2.Final'
6666
implementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.47.1.0'
6767

0 commit comments

Comments
 (0)