akka / akka-persistence-r2dbc

https://doc.akka.io/docs/akka-persistence-r2dbc/current/index.html
Other
24 stars 17 forks source link

bump: mssql-jdbc 7.4.1.jre12 (was 7.4.1.jre8) #527

Closed scala-steward closed 5 months ago

scala-steward commented 7 months ago

About this PR

📦 Updates com.microsoft.sqlserver:mssql-jdbc from 7.4.1.jre8 to 7.4.1.jre12

📜 Changelog

Usage

✅ Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.microsoft.sqlserver", artifactId = "mssql-jdbc" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.microsoft.sqlserver", artifactId = "mssql-jdbc" } }] ```

labels: test-library-update, commit-count:1

johanandren commented 7 months ago

We still support Java 11 so I expect this is a no-go

sebastian-alfers commented 7 months ago

Is is possible to exclude this from scala-steward?

johanandren commented 7 months ago

Yeah, we could create a .scala-steward.conf and pin it to 7.4.1.jre8, but then we wouldn't get an autobump if a 7.4.2.jre8 was released I guess.