@@ -6,19 +6,19 @@ plugins {
66
77sourceCompatibility = 1.8
88group ' com.javaquery'
9- version ' 1.2.2 '
9+ version ' 1.2.3 '
1010
1111repositories {
1212 mavenCentral()
1313}
1414
1515dependencies {
16- implementation(' org.slf4j:slf4j-api:+ ' )
17- implementation(' org.json:json:+ ' )
18- implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-annotations' , version : ' 2.13.2 '
16+ implementation(' org.slf4j:slf4j-api:2.0.11 ' )
17+ implementation(' org.json:json:20231013 ' )
18+ implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-annotations' , version : ' 2.16.1 '
1919
2020 testImplementation ' net.logstash.logback:logstash-logback-encoder:7.4'
21- testImplementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.3.7 '
21+ testImplementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.3.14 '
2222 testImplementation(' org.junit.jupiter:junit-jupiter:5.7.0' )
2323}
2424
@@ -34,10 +34,7 @@ java {
3434jar {
3535 manifest {
3636 attributes(
37- ' Built-By' : " Vicky Thakor" ,
38- ' Created-By' : " Gradle ${ gradle.gradleVersion} " ,
39- ' Build-Jdk' : " ${ System.properties['java.version']} (${ System.properties['java.vendor']} ${ System.properties['java.vm.version']} )" ,
40- ' Import-Package' : " org.json,org.slf4j,*"
37+ ' Built-By' : " Vicky Thakor"
4138 )
4239 }
4340}
@@ -89,7 +86,7 @@ publishing {
8986 url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
9087 credentials {
9188 username " javaquery"
92- password " ****** "
89+ password " a2a@ \$ ASDF \$ 777 "
9390 }
9491 }
9592 }
0 commit comments