Skip to content

Commit ec43c31

Browse files
committed
Fixing hikariCP support for java 1.8
1 parent 0630106 commit ec43c31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
build/reports/**/*
3939
build/test-results/**/*
4040
build/jacoco/**/*
41-
- name: Archive code coverage results
41+
- name: Archive binary files
4242
uses: actions/upload-artifact@v2
4343
with:
4444
name: binary-libs

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
//-------------------------------------------------------------------------------------------------------------------
8181

8282
// Connection pooling
83-
api "com.zaxxer:HikariCP:3.4.5" // connection pooling
83+
api "com.zaxxer:HikariCP:3.4.3" // connection pooling
8484

8585
// OJDBC driver connection
8686
// providedCompile group: 'com.oracle', name: 'ojdbc8', version: '18.5.0.0.0'

0 commit comments

Comments
 (0)