Skip to content

Commit

Permalink
dev: Fixing illegal reflection issues by upgrading PostgreSQL Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BenNeighbour committed Jul 26, 2021
1 parent 06be15c commit ad970dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {

implementation "io.leangen.graphql:graphql-spqr-spring-boot-starter:0.0.6"

compileOnly "org.postgresql:postgresql:42.1.1"
implementation group: 'org.postgresql', name: 'postgresql', version: '42.2.23'
implementation "org.hibernate.validator:hibernate-validator:7.0.1.Final"
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down

0 comments on commit ad970dc

Please sign in to comment.