Skip to content

Commit

Permalink
chore(deps): update dependency org.postgresql:postgresql to v42.7.4 (#…
Browse files Browse the repository at this point in the history
…1094)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent 8bd04cc commit fcf32d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ maven_install(
"org.springframework.boot:spring-boot-loader:3.3.3",
"org.springframework.boot:spring-boot-loader-tools:3.3.3",

"org.postgresql:postgresql:42.7.3",
"org.postgresql:postgresql:42.7.4",

"org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0",
"io.jsonwebtoken:jjwt-api:%s" % (Jsonwebtoken_Version),
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation 'com.graphql-java:graphql-java-extended-scalars:2023-01-24T02-11-56-babda5f'
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3'

implementation 'org.postgresql:postgresql:42.7.3'
implementation 'org.postgresql:postgresql:42.7.4'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
implementation("io.jsonwebtoken:jjwt-api:${jsonwebtokenVersion}")
runtimeOnly("io.jsonwebtoken:jjwt-impl:${jsonwebtokenVersion}")
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
<version>42.7.4</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
Expand Down

0 comments on commit fcf32d6

Please sign in to comment.