Skip to content

Commit 5cde2bb

Browse files
committed
New Version
1 parent a6eb711 commit 5cde2bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'net.petersil98'
6-
version 'v1.4'
6+
version 'v1.4.1'
77

88
allprojects {
99
repositories {
@@ -20,8 +20,8 @@ dependencies {
2020
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.15.2'
2121
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.1'
2222
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.1'
23-
implementation 'com.github.Petersil1998:Core:v1.4'
24-
implementation 'com.github.Petersil1998:STCommons:v1.4'
23+
implementation 'com.github.Petersil1998:Core:v1.4.1'
24+
implementation 'com.github.Petersil1998:STCommons:v1.4.1'
2525
}
2626

2727
test {

0 commit comments

Comments
 (0)