Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
schbrain-parent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
framework
schbrain-parent
Commits
a5013de4
Commit
a5013de4
authored
Jun 10, 2023
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Downgraded version
parent
7177fd21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
.github/dependabot.yml
.github/dependabot.yml
+2
-2
pom.xml
pom.xml
+9
-3
No files found.
.github/dependabot.yml
View file @
a5013de4
...
...
@@ -5,5 +5,5 @@ updates:
schedule
:
interval
:
"
daily"
timezone
:
"
Asia/Shanghai"
time
:
"
0
1:00"
open-pull-requests-limit
:
10
time
:
"
2
1:00"
open-pull-requests-limit
:
10
\ No newline at end of file
pom.xml
View file @
a5013de4
...
...
@@ -84,9 +84,10 @@
<mybatis.starter.version>
2.3.0
</mybatis.starter.version>
<mybatis-plus.version>
3.5.3.1
</mybatis-plus.version>
<pinyin4j.version>
2.5.1
</pinyin4j.version>
<pagehelper.version>
5.3.
3
</pagehelper.version>
<pagehelper.version>
5.3.
2
</pagehelper.version>
<redisson.version>
3.18.0
</redisson.version>
<skywalking-tooklit.version>
8.16.0
</skywalking-tooklit.version>
<skywalking-tooklit.version>
8.15.0
</skywalking-tooklit.version>
<vavr.version>
0.10.4
</vavr.version>
<xxl-job.version>
2.0.2
</xxl-job.version>
<zookeeper.version>
3.8.1
</zookeeper.version>
<zxing-core.version>
3.5.1
</zxing-core.version>
...
...
@@ -431,6 +432,11 @@
<artifactId>
apm-toolkit-logback-1.x
</artifactId>
<version>
${skywalking-tooklit.version}
</version>
</dependency>
<dependency>
<groupId>
io.vavr
</groupId>
<artifactId>
vavr
</artifactId>
<version>
${vavr.version}
</version>
</dependency>
<dependency>
<groupId>
com.xuxueli
</groupId>
<artifactId>
xxl-job-core
</artifactId>
...
...
@@ -793,4 +799,4 @@
</profile>
</profiles>
</project>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment