We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11b63a commit 23860c2Copy full SHA for 23860c2
.github/renovate.json
@@ -10,6 +10,10 @@
10
{
11
"packageNames": ["com.google.guava:guava"],
12
"allowedVersions": "/.+-android/"
13
+ },
14
+ {
15
+ "packageNames": ["com.google.guava:guava"],
16
+ "allowedVersions": "/.+-jre8?+/"
17
}
18
],
19
"prConcurrentLimit": 0,
sqlserver/pom.xml
@@ -58,7 +58,7 @@
58
<dependency>
59
<groupId>com.microsoft.sqlserver</groupId>
60
<artifactId>mssql-jdbc</artifactId>
61
- <version>9.1.0-SNAPSHOT</version>
+ <version>9.1.0.jre8-preview</version>
62
</dependency>
63
</dependencies>
64
</profile>
0 commit comments