Skip to content

Commit

Permalink
update some artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Apr 4, 2024
1 parent 61306e8 commit c931dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>12.4.0.jre8</version>
<version>12.6.1.jre8</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ublu/Version.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package ublu;
class Version {
static String compileDateTime = "2024-01-24 16:52:26 (GMT)";
static String compileDateTime = "2024-04-04 04:41:26 (GMT)";
static String ubluVersion = "2.0.2-dev";
}

0 comments on commit c931dd5

Please sign in to comment.