Skip to content

Commit dc6c446

Browse files
committed
Updated dependencies, j11 / jitpack.
1 parent be39a52 commit dc6c446

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

build.gradle

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
plugins {
2+
id 'java'
3+
id 'java-library'
4+
id 'maven-publish'
5+
}
6+
17
group 'com.softwareverde'
28
version '2.2.6'
39

4-
apply plugin: 'java'
5-
apply plugin: 'java-library'
6-
710
java {
811
sourceCompatibility = JavaVersion.VERSION_11
912
targetCompatibility = JavaVersion.VERSION_11
@@ -15,7 +18,7 @@ repositories {
1518
}
1619

1720
dependencies {
18-
api group: 'com.github.softwareverde', name: 'json', version: 'v2.0.2'
21+
api group: 'com.github.softwareverde', name: 'json', version: 'v2.0.4'
1922
implementation group: 'com.github.softwareverde', name: 'java-logging', version: 'v2.3.0'
2023
implementation group: 'com.github.softwareverde', name: 'java-util', version: 'v2.9.2'
2124
implementation group: 'com.github.softwareverde', name: 'java-cryptography', version: 'v3.2.1'

jitpack.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jdk:
2+
- openjdk11

0 commit comments

Comments
 (0)