Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.junit.jupiter-junit-…
Browse files Browse the repository at this point in the history
…jupiter-params-5.11.3
  • Loading branch information
stepansergeevitch authored Oct 30, 2024
2 parents 44355a3 + 57b4257 commit 9096284
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=3.2.0
version=3.2.1
jdbcVersion=4.3
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ void shouldGetDriverMinorVersion() {

@Test
void shouldGetDriverVersion() throws SQLException {
assertEquals("3.2.0", fireboltDatabaseMetadata.getDriverVersion());
assertEquals("3.2.1", fireboltDatabaseMetadata.getDriverVersion());
}

@Test
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/firebolt/jdbc/util/VersionUtilTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void shouldGetDriverMinorVersion() {

@Test
void shouldGetProjectVersion() {
assertEquals("3.2.0", VersionUtil.getDriverVersion());
assertEquals("3.2.1", VersionUtil.getDriverVersion());
}

@Test
Expand Down

0 comments on commit 9096284

Please sign in to comment.