From 7f38b5658f3e3455de327b0a5ab8391b5f9c7153 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 23 Sep 2025 02:13:13 +0000 Subject: [PATCH] Update gitbucket to 4.44.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 99c6642..07eeec8 100644 --- a/build.sbt +++ b/build.sbt @@ -2,5 +2,5 @@ name := "gitbucket-notifications-plugin" organization := "io.github.gitbucket" version := "1.11.0" scalaVersion := "2.13.16" -gitbucketVersion := "4.43.0" +gitbucketVersion := "4.44.0" scalacOptions := Seq("-deprecation", "-language:postfixOps", "-feature")