Skip to content

Commit d87e441

Browse files
committed
feat: release 1.2.3
1 parent 04e8d32 commit d87e441

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ framework and objects.
4949
<dependency>
5050
<groupId>com.javaquery</groupId>
5151
<artifactId>util</artifactId>
52-
<version>1.2.2</version>
52+
<version>1.2.3</version>
5353
</dependency>
5454
```
5555

5656
# Gradle
5757

5858
```
59-
implementation 'com.javaquery:util:1.2.2'
59+
implementation 'com.javaquery:util:1.2.3'
6060
```

build.gradle

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ plugins {
66

77
sourceCompatibility = 1.8
88
group 'com.javaquery'
9-
version '1.2.2'
9+
version '1.2.3'
1010

1111
repositories {
1212
mavenCentral()
1313
}
1414

1515
dependencies {
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 {
3434
jar {
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

Comments
 (0)