Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Model_SEPTORIAHU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
Models
Java
Model_SEPTORIAHU
Compare revisions
b8a6c58ac0f9ecde7a46429f0017dbf98cd8cb63 to ebacc45070fea455d7833788e8973d9f69e79db4
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
VIPS/models/java/Model_SEPTORIAHU
Select target project
No results found
ebacc45070fea455d7833788e8973d9f69e79db4
Select Git revision
Branches
main
release
Tags
v1.1.0
v1.1.1
v1.1.10
v1.1.11
v1.1.12
v1.1.13
v1.1.14
v1.1.15
v1.1.16
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
v1.1.8
v1.1.9
19 results
Swap
Target
VIPS/models/java/Model_SEPTORIAHU
Select target project
VIPS/models/java/Model_SEPTORIAHU
1 result
b8a6c58ac0f9ecde7a46429f0017dbf98cd8cb63
Select Git revision
Branches
main
release
Tags
v1.1.0
v1.1.1
v1.1.10
v1.1.11
v1.1.12
v1.1.13
v1.1.14
v1.1.15
v1.1.16
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
v1.1.8
v1.1.9
19 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update dependency org.hamcrest:hamcrest-core to v3
· c18e7fed
RenovateBot
authored
5 months ago
c18e7fed
Merge branch 'renovate/org.hamcrest-hamcrest-core-3.x' into 'main'
· ebacc450
Lene Wasskog
authored
5 months ago
Update dependency org.hamcrest:hamcrest-core to v3 See merge request
!5
ebacc450
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
1 addition
and
1 deletion
pom.xml
View file @
ebacc450
...
...
@@ -35,7 +35,7 @@
<dependency>
<groupId>
org.hamcrest
</groupId>
<artifactId>
hamcrest-core
</artifactId>
<version>
2.2
</version>
<version>
3.0
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.