Skip to content

Commit

Permalink
updated packages and dependencies
Browse files Browse the repository at this point in the history
bumped version to 1.0.10
  • Loading branch information
anandbagmar committed Nov 28, 2024
1 parent 12dce3d commit 59bff21
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 217 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {
}

plugins {
id "org.sonarqube" version "6.0.0.5145"
id "org.sonarqube" version "6.0.1.5171"
id "java"
id "idea"
id "com.github.johnrengelman.shadow" version '8.1.1'
Expand All @@ -38,7 +38,7 @@ plugins {
}

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

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.9'
teswizVersion = '1.0.10'
}
repositories {
mavenLocal()
Expand Down
Loading

0 comments on commit 59bff21

Please sign in to comment.