Skip to content

Commit

Permalink
updated packages and dependencies. Bumped version to 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbagmar committed Dec 19, 2024
1 parent a4f3182 commit bac5b0d
Show file tree
Hide file tree
Showing 4 changed files with 760 additions and 665 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
aspectJVersion = "1.9.22.1"
assertJVersion = "3.26.3"
jetbrainsAnnotationsVersion = "26.0.1"
junitVersion = "5.11.3"
junitVersion = "5.11.4"
snakeyamlVersion = "2.3"
jsonDiffVersion = "0.4.16"
pdfBoxVersion = '3.0.3'
Expand All @@ -38,7 +38,7 @@ plugins {
}

group = 'com.github.znsio'
version '1.0.10'
version '1.0.11'

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.text.SimpleDateFormat
buildscript {
ext {
gradleVersion = '8.11.1'
teswizVersion = '1.0.10'
teswizVersion = '1.0.11'
}
repositories {
mavenLocal()
Expand Down
Loading

0 comments on commit bac5b0d

Please sign in to comment.