Skip to content

Commit 7838ebf

Browse files
Release v7.1.4 (#427)
* Release v7.1.4 * Bump org.sonarsource.scanner.gradle:sonarqube-gradle-plugin (#424) Bumps [org.sonarsource.scanner.gradle:sonarqube-gradle-plugin](https://github.com/SonarSource/sonar-scanner-gradle) from 7.2.1.6560 to 7.2.2.6593. - [Release notes](https://github.com/SonarSource/sonar-scanner-gradle/releases) - [Commits](SonarSource/sonar-scanner-gradle@7.2.1.6560...7.2.2.6593) --- updated-dependencies: - dependency-name: org.sonarsource.scanner.gradle:sonarqube-gradle-plugin dependency-version: 7.2.2.6593 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump net.bytebuddy:byte-buddy from 1.18.2 to 1.18.3 (#426) Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.2 to 1.18.3. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.18.2...byte-buddy-1.18.3) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump com.google.cloud:google-cloud-secretmanager from 2.80.0 to 2.81.0 (#425) Bumps [com.google.cloud:google-cloud-secretmanager](https://github.com/googleapis/google-cloud-java) from 2.80.0 to 2.81.0. - [Release notes](https://github.com/googleapis/google-cloud-java/releases) - [Changelog](https://github.com/googleapis/google-cloud-java/blob/main/java-document-ai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-java/commits) --- updated-dependencies: - dependency-name: com.google.cloud:google-cloud-secretmanager dependency-version: 2.81.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c33e506 commit 7838ebf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
dependencies {
1111
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
12-
classpath("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:7.2.1.6560")
12+
classpath("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:7.2.2.6593")
1313
}
1414
}
1515

@@ -37,7 +37,7 @@ sonar {
3737
}
3838

3939
group = 'conorheffron'
40-
version = '7.1.3'
40+
version = '7.1.4'
4141
description = "iRonoc-DB Sample Data Manager"
4242

4343
java {
@@ -88,7 +88,7 @@ dependencies {
8888
implementation 'org.springframework.boot:spring-boot-h2console:' + springBootVersion
8989

9090
// GC Secret Manager
91-
implementation 'com.google.cloud:google-cloud-secretmanager:2.80.0'
91+
implementation 'com.google.cloud:google-cloud-secretmanager:2.81.0'
9292

9393
// SQL
9494
// implementation 'mysql:mysql-connector-java:8.0.33' NOT FOR PRODUCTION
@@ -109,7 +109,7 @@ dependencies {
109109
testImplementation 'org.mockito:mockito-core:' + mockitoVersion
110110
testImplementation 'org.mockito:mockito-junit-jupiter:' + mockitoVersion
111111
testImplementation 'org.mockito:mockito-inline:5.2.0'
112-
testImplementation 'net.bytebuddy:byte-buddy:1.18.2'
112+
testImplementation 'net.bytebuddy:byte-buddy:1.18.3'
113113
}
114114

115115
test {

0 commit comments

Comments
 (0)